projects
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31911d6
)
Link to -latomic by default
author
Jérémy Lal
<kapouer@melix.org>
Wed, 11 Mar 2026 22:32:21 +0000
(23:32 +0100)
committer
Jérémy Lal
<kapouer@melix.org>
Wed, 11 Mar 2026 22:32:21 +0000
(23:32 +0100)
Last-Update: 2019-10-25
Forwarded: not-needed
Bug: https://github.com/nodejs/node/pull/28532
Bug: https://github.com/nodejs/node/issues/30093
This avoids surprises on mips*el/ppc*el
Gbp-Pq: Topic build
Gbp-Pq: Name flag_atomic.patch
node.gypi
patch
|
blob
|
history
diff --git
a/node.gypi
b/node.gypi
index bb002412b3952ad74ec4948690f7d77de6122120..9cf4dcdd95b830438c840223b7ad65237e9970f8 100644
(file)
--- a/
node.gypi
+++ b/
node.gypi
@@
-374,6
+374,9
@@
'libraries!': [
'-lrt'
],
+ 'libraries': [
+ '-latomic'
+ ]
}],
[ 'OS in "freebsd linux openharmony"', {
'ldflags': [ '-Wl,-z,relro',